home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
snpd9707.zip
/
STRECPY.ASM
< prev
next >
Wrap
Assembly Source File
|
1997-07-05
|
350b
|
21 lines
.I 0 1
; +++Date last modified: 05-Jul-1997
.D 1 1
.I 3 1
title STR_ECPY
.D 4 1
.I 15 1
Use as: str_ecpy(str_ecpy(target,"first part"),"Second part");
.D 16 1
.I 26 1
char *str_ecpy(char *target,const char *src)
.D 27 1
.I 52 1
PUBLIC str_ecpy
.D 53 1
.I 93 3
str_ecpy endp
end
.D 94 3